home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / os2 / fm2_240.zip / HPFSOPT.CMD < prev    next >
OS/2 REXX Batch file  |  1995-03-20  |  303b  |  15 lines

  1. @echo off
  2. rem
  3. rem Recommendations:  hpfsopt -i %1 for idle priority
  4. rem note:  idle is not a good idea if DOS programs are running...
  5. rem
  6.  
  7. HPFSOPT.EXE %1
  8.  
  9. rem
  10. rem if there was an error or user abort, pause the display so the
  11. rem user can see what's happened.
  12. rem
  13.  
  14. IF ERRORLEVEL == 1 PAUSE
  15.